//Hungry Antlion: It reminded me of a big insect, sucking in sand really fast.
//By Brad Greer
//bgreer44@hotmail.com

Durn="2",

CamX="-250",
CamY="200*B0",
CamZ="200*B1",

CmLX="0",
CmLY="0",
CmLZ="0",

CUpX="0",
CUpY="B0",
CUpZ="B1",

A0=".2+rnd(.4)",	//random color at startup
A1=".2+rnd(.4)",
A2=".2+rnd(.4)",

B0="cos(t/2)",
B1="sin(t/2)",

C0="sqr(1-dt)*sqr(B0+2.5)",	//these make the circle shrink and expand in y
C1="sqr(1-dt)*sqr(B1+2.5)",	//and z

D0=".75*(2-fft(s))",		//"circle" goes inward with fft
D1="30*cos(2*PI*s)*D0*C0",
D2="30*sin(2*PI*s)*D0*C1",
D3=".4+1.2*(fft(s)^2-dt^3)",	//color gets brigter with fft, fades with time

R="A0*D3",
G="A1*D3",
B="A2*D3",

LvlR="A0",
LvlG="A1",
LvlB="A2",

widt=320,heig=300

LWdt=6,

ConL=1,
ConB=0,

X="200*dt",
Y="D1",
Z="D2",

Scal="620",
ScSz=1,

Pers="350",

Vers=40
